* Lists *
*********/
-.list {
+.list, .list-row {
background-color: $base_color;
border-color: $borders_color;
&:backdrop {
}
}
+.list-row:selected {
+ background-color: $selected_bg_color;
+ color: $selected_fg_color;
+ &:backdrop { color: $backdrop_base_color;}
+}
/*********************
* App Notifications *
/*********
* Lists *
*********/
-.list {
+.list, .list-row {
background-color: #292929;
border-color: #1c1f1f; }
- .list:backdrop {
+ .list:backdrop, .list-row:backdrop {
background-color: #2c2c2c;
border-color: #1e2222; }
+.list-row:selected {
+ background-color: #215d9c;
+ color: white; }
+ .list-row:selected:backdrop {
+ color: #2c2c2c; }
+
/*********************
* App Notifications *
*********************/
/*********
* Lists *
*********/
-.list {
+.list, .list-row {
background-color: white;
border-color: #a1a1a1; }
- .list:backdrop {
+ .list:backdrop, .list-row:backdrop {
background-color: #fcfcfc;
border-color: #a8a8a8; }
+.list-row:selected {
+ background-color: #4a90d9;
+ color: white; }
+ .list-row:selected:backdrop {
+ color: #fcfcfc; }
+
/*********************
* App Notifications *
*********************/